Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Angular Testing: Unit Testing Angular and E2E Testing
Rating: 4.5 out of 5(533 ratings)
4,014 students

Angular Testing: Unit Testing Angular and E2E Testing

Prepare for Angular unit testing with Jest and Testing E2E with Cypress. Learn Angular testing skills and concepts.
Last updated 2/2026
English
German [Auto],English [Auto],

What you'll learn

  • Be very well prepared for any Angular testing you will have
  • Excel in a wide variety of Angular testing possibilities
  • Strengthen you Angular testing skills and your knowledge of important testing concepts
  • Learn the skills, concepts, and techniques of testing
  • Feel very confident in testing Angular projects

Course content

6 sections31 lectures3h 36m total length
  • What is this section about?0:05
  • Why do we need testing?2:29

    Investing in Angular testing reduces bugs as projects grow and complex logic emerges; tests catch cases, guide new developers, and keep code stable even as changes accumulate.

  • I prepared source code for you0:28

    Access the downloadable source code archive for each video, set up the project with npm install, and compare your implementation against the lesson code to test results.

  • Setting up Node and creating Angular project3:13

    Set up a new Angular project with Node.js, npm start, and version switching via npx -p, then clean defaults to router outlet and standalone components in Angular 17.

Requirements

  • Basic Angular knowledge

Description

This course is great preparation for any Angular testing that you may have coming up. Quality code testing needs a lot amount of knowledge, but the best way to prepare for it is a lot of practice! In this course you will everything that come from real Angular projects about testing. There are no excersises that nobody asks here. In every video you will learn something useful that you will write every day. We will take a deep dive into the skills, concepts, and techniques that are required to solve each problem.

When you have completed this course you will have mastered Angular testing on a high level and you will also have learned the concepts, skills, and techniques, like testing with Jest and Cypress and using things like mocking and spying that are necessary for you to excel in any testing. You will feel very confident testing any Angular project you will have. On top of all this, you will strengthen your Angular programming skills and Angular fundamentals in overall.

Core topics of the course:

  • Unit testing concepts

  • E2E concepts

  • Testing services

  • Mocking and spying dependencies

  • Testing components

  • Testing NgRx

  • Full project unit testing on a real project

  • Cypress testing on a real project

Who this course is for:

  • Anyone who wants to learn Angular testing
  • Anyone who wants to make Angular code safe
  • Anyone who wants to strengthen their Angular skills and knowledge
  • Anyone who wants to improve their code